Namespace:  C1.LiveLinq.LiveViews
Assembly:  C1.LiveLinq (in C1.LiveLinq.dll)

Syntax

C#
void IList<ViewRow>.Insert(
	int index,
	ViewRow item
)
Visual Basic
Private Sub Insert ( _
	index As Integer, _
	item As ViewRow _
) Implements IList(Of ViewRow).Insert

Implements

IList<(Of <(<'T>)>)>..::..Insert(Int32, T)

See Also